type net/http.transportRequest
12 uses
net/http (current package)
transport.go#L462: type transportRequest struct {
transport.go#L474: func (tr *transportRequest) extraHeaders() Header {
transport.go#L481: func (tr *transportRequest) setError(err error) {
transport.go#L622: treq := &transportRequest{Request: req, trace: trace, ctx: ctx, cancel: cancel}
transport.go#L922: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {
transport.go#L1432: func (t *Transport) getConn(treq *transportRequest, cm connectMethod) (_ *persistConn, err error) {
transport.go#L2114: func (pc *persistConn) mapRoundTripError(req *transportRequest, startBytesWritten int64, err error) error {
transport.go#L2176: tryPutIdleConn := func(treq *transportRequest) bool {
transport.go#L2602: treq *transportRequest
transport.go#L2624: req *transportRequest
transport.go#L2669: func (pc *persistConn) roundTrip(req *transportRequest) (resp *Response, err error) {
transport.go#L2811: func (tr *transportRequest) logf(format string, args ...any) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |